DateTime
The abbreviated name of the timezone
EDTThe current date and time
2025-08-03T08:39:35.923-04:00The day of the week (0=Sunday, 1=Monday, etc.)
0The day of the year (1-366)
215Whether the local time is in daylight savings
trueWhen DST is active: indicates when the current DST period started. When DST is NOT active: indicates when the next DST period will begin (future date). Returns null if the timezone does not observe DST.
2025-03-09T07:00:00+00:00The difference in seconds between the current local time and daylight saving time
3600When DST is active: indicates when the current DST period will end (future date). When DST is NOT active: indicates when the last DST period ended (past date). Returns null if the timezone does not observe DST.
2025-11-02T06:00:00+00:00The difference in seconds between the current local time and the time in UTC, excluding any daylight saving difference (see dst_offset)
-18000The timezone
America/New_YorkThe number of seconds since the unix Epoch
1754224775The current UTC date and time
2025-08-03T12:39:35.923+00:00The UTC offset in ±HH:MM format
-04:00The ISO week number (1-53)
31The IP address of the client making the request
127.0.0.1ISO 8601 Format
All datetime fields follow the ISO 8601 standard:
YYYY-MM-DDTHH:MM:SS.ssssss±HH:MMUnix Timestamp
The unixtime field represents seconds since January 1, 1970 (Unix epoch).
Timezone Identifiers
Timezone identifiers follow the IANA Time Zone Database format (e.g., "America/New_York", "Europe/London").