
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Check Date Adjustment for Daylight Saving Time in PowerShell
To check if the date is adjusted by the daylight savings you need to use the function IsDayLightSavingTime() of the Get-Date cmdlet.
PS C:\WINDOWS\system32> (Get-Date).IsDaylightSavingTime() False
To know more about DST, check the link below.
http://www.webexhibits.org/daylightsaving/b.html
Advertisements