Separate date-time and timestamp data types #28
Labels
No labels
area/api
area/content_model
area/framework
area/io
area/presentation
area/preservation
area/rdf
area/security
area/submission
area/ui
p
critical
p
high
p
low
p
medium
s
blocked
s
done
s
progress
s
testing
s
wontfix
t
bug
t
documentation
t
enhancement
t
feature
t
test
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
scossu/pocket_archive#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, system-generated values for properties with a
datetimetype are entered as integer values (UNIX epoch, GMT). This is convenient for quick comparisons and can be easily converted to any date-time format.However, this format is not convenient to use for user-provided data, and a different type should be used.
The
datetimetype should be used for user-provided dates and times and should be entered in the ISO8601 format, in UTC time zone:"%Y-%m-%dT%H:%M:%S"The type for current system-generated numeric timestamps should be renamed
timestamp.