The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.29_04 - 2015-04-09

  • Clean inheritance of Exporter and DynaLoader (Thanks dolmen!)
  • Refactor _strftime to use localtime/gmtime to generate tm struct

Changes for version 1.29_03 - 2015-04-04

  • Don't mix gmtime and mktime in _strftime
  • Clean whitespace at end of lines
  • Add more tests for DST issues and also strptime parsing

Changes for version 1.29_02 - 2015-04-04

  • Fix handling of %Z and %z in strftime (hopefully)
  • Remove compile warnings for int cast

Changes for version 1.29_01 - 2015-03-30

  • Fix handling of %Z and %z in strftime (in progress)
  • Remove unused constants from Time::Seconds (Thanks Xaerxess!)
  • _strftime: use system mktime to better support past/future dates
  • Relicense strptime as BSD 2-clause

Modules

Object Oriented time objects
a simple API to convert seconds to other date values