The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.000 - 2019-10-18

  • Reworked the from_object constructor for Time::FFI::tm to always create a tm record based on the localtime attributes of the passed object. For the previous absolute time behavior, retrieve an epoch timestamp from the original object and pass it to localtime or gmtime to create a Time::FFI::tm record.
  • Renamed Time::FFI::tm attributes to remove superfluous tm_. Aliases with the tm_ prefix remain.
  • Allow Time::FFI::tm conversion to or from Time::tm and Time::FFI::tm.
  • Preserve class from invocant in Time::FFI::tm normalized method.

Modules

libffi interface to POSIX date and time functions
POSIX tm record structure