-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TimeStamp2SystemTime() does not honor the time zone in the string #388
Comments
bschmalhofer
added a commit
that referenced
this issue
Aug 24, 2020
bschmalhofer
added a commit
that referenced
this issue
Aug 24, 2020
for WorkingTime() and TimeStamp2SystemTime()
bschmalhofer
added a commit
that referenced
this issue
Aug 25, 2020
Add tests for Nepal and Newfoundland.
bschmalhofer
added a commit
that referenced
this issue
Aug 25, 2020
bschmalhofer
added a commit
that referenced
this issue
Aug 25, 2020
bschmalhofer
added a commit
that referenced
this issue
Aug 25, 2020
bschmalhofer
added a commit
that referenced
this issue
Aug 25, 2020
bschmalhofer
added a commit
that referenced
this issue
Aug 25, 2020
bschmalhofer
added a commit
that referenced
this issue
Aug 25, 2020
See also #391 . |
bschmalhofer
added a commit
that referenced
this issue
Aug 25, 2020
bschmalhofer
added a commit
that referenced
this issue
Aug 25, 2020
Issue #388: explicit check for 'Z' in _StringToHash()
Added support for Z and for offsets. Tests look fine. Closing the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This problem is in both modules,
Kernel::System::Time
andKernel::System::DateTime
. The tests are strange for cases like 2005-10-20T10:00:00Z . The implementation looks correct forKernel::System::DateTime::_String2Hash()
.The text was updated successfully, but these errors were encountered: