Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Releases: Southclaws/pawn-ctime

1.2.0

31 May 10:32
Compare
Choose a tag to compare

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

16 Apr 14:59
Compare
Choose a tag to compare

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.