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
Describe the bug
A clear and concise description of what the bug is. Describe if the bug appears in the cpp code, in the bindings, if it affects the unit tests, the compilation steps. Provide the versions of the library that are used in your setup or the hash of the images used (if any).
Steps to reproduce
Set system time to a time zone other than UTC, run the following code block
note how ostk_instant has an unexpected offset from the utc datetime object even when printed with utc time
Describe the bug
A clear and concise description of what the bug is. Describe if the bug appears in the cpp code, in the bindings, if it affects the unit tests, the compilation steps. Provide the versions of the library that are used in your setup or the hash of the images used (if any).
Steps to reproduce
Example output of the bug:
Don't hesitate to add screenshots if that helps.
Expected behavior
Additional context
Setting system time to UTC fixes the issue
Potential suggestion
Issue is likely here (from Lucas) https://github.com/open-space-collective/open-space-toolkit-physics/blob/main/bindings/python/src/OpenSpaceToolkitPhysicsPy/Time/DateTime.cpp#L79
The text was updated successfully, but these errors were encountered: