This repository has been archived by the owner on Jul 22, 2020. It is now read-only.
Releases: Southclaws/pawn-ctime
Releases · Southclaws/pawn-ctime
1.2.0
Added the following helpful constants for formatting dates and times using ISO8601 standards:
STRFTIME_ISO6801_TIME
Just hour:minute:second:09:55:22
STRFTIME_ISO6801_DATE
Just year:month:day:2018-05-31
STRFTIME_ISO6801_FULL_UTC
Full date-time in standard format with UTC suffix:2018-05-31T09:55:22Z
STRFTIME_ISO6801_FULL_LOCAL
Full date-time in standard format with no suffix:2018-05-31T09:55:22
1.1.0
This is a safety-focused refactor of the original code.
API compatibility is mostly preserved aside from some minor things like that weird tm<>
macro.