Subject: | Function to convert to gmtime and localtime |
Functions to convert to gmtime and to localtime would be a useful addition to the module.
sub to_gmtime { gmtime( $_[0]->epoch ) }
sub to_localtime { localtime( $_[0]->epoch ) }
This queue is for tickets about the Time-Piece CPAN distribution.
The Basics
People
|
Bug Information
|