AlecSadler Posted August 28, 2016 Share Posted August 28, 2016 (edited) I was wondering if there was a way to get the current system time WITHOUT DST(Daylight Savings Time) applied to it, or if there is a way to detect the state of DST? Thanks much ahead of time! Edit: Does _Date_Time_GetSystemTime() return time with or without DST applied? Edited August 28, 2016 by AlecSadler Link to comment Share on other sites More sharing options...
argumentum Posted August 28, 2016 Share Posted August 28, 2016 use _Date_Time_TzSpecificLocalTimeToSystemTime() . AlecSadler 1 Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
AlecSadler Posted August 28, 2016 Author Share Posted August 28, 2016 Just now, argumentum said: use _Date_Time_TzSpecificLocalTimeToSystemTime() . Awesome, thanks! I'll implement it asap into my code! argumentum 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now