Opened 10 years ago
Closed 10 years ago
#1023 closed defect (fixed)
API timestamps are not timezone aware
Reported by: | Jonas Haraldsson | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | programming | Keywords: | api, timestamp, timezone |
Cc: | Parent Tickets: |
Description
Activity.published (and probably all other API timestamps) is not timezone aware, it is currently in the form of: YYYY-MM-DDThh:mm:ss.ffffff
Expected: YYYY-MM-DDThh:mm:ssZ (RFC3339 date-time is mentioned in pump.io API docs)
Change History (2)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is fixed as of 45e687f. All the timestamps in the API should now display the timeezone.