You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this library takes DST adjustments into consideration?
Take this case for example:
At 00:00 of 1/3/2024 in some timezone T, the clocks will move forward one hour. If I ask what is the Date corresponding to 00:30 of 1/3/2024 at timezone T, will the library say that this is not defined?
There is another case, which is when the clocks move backward one hour, in which the library should say that the conversion is ambiguous.
Hi!
Does this library takes DST adjustments into consideration?
Take this case for example:
At 00:00 of 1/3/2024 in some timezone T, the clocks will move forward one hour. If I ask what is the Date corresponding to 00:30 of 1/3/2024 at timezone T, will the library say that this is not defined?
There is another case, which is when the clocks move backward one hour, in which the library should say that the conversion is ambiguous.
This is what happen with e.g. this C++ date library
What will happen in these cases with this library?
Thanks!
The text was updated successfully, but these errors were encountered: