Opened 9 years ago

Closed 9 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 Jessica Tallon, 9 years ago

This is fixed as of 45e687f. All the timestamps in the API should now display the timeezone.

comment:2 by Jessica Tallon, 9 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.