Skip to content
Snippets Groups Projects
Commit 8e7514b9 authored by Oleg Babin's avatar Oleg Babin Committed by Igor Munkin
Browse files

datetime: fix invalid representation of timestamps with fraction part

Sometimes we need negative timestamps to work with dates before
1970. But seems such cases were even covered in tests. So there
wasn't any handling of negative timestamps with fraction part.
Such datetime objects had incorrect string representation (e.g.
"1963-11-22T12:30:02.-999"). This patch fixes it.

Closes #8570

NO_DOC=bugfix
parent a9c7639a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment