Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upDateTime support for microseconds #2670
Comments
fgalan
added
the
backlog
label
Nov 14, 2016
agaldemas
referenced this issue
Jan 26, 2019
Open
support for milliseconds in timestamp attributes (Datetime type) #3412
This comment has been minimized.
This comment has been minimized.
Related: #432 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fgalan commentedNov 14, 2016
By the time being Orion is able to read
DateTime
attributes using microseconds, e.g.2017-06-17T07:21:24.238Z
. However, they are stored as if.000
were used, e.g.2017-06-17T07:21:24.000Z
.This issue is about supporting microseconds in
DateTime
attributes. In addition, it should be considered if builtin dateCreated and dateModified attributes/metadata should also take into microseconds.