Changes for version 0.003 - 2023-12-22
- New Features
- Allow the localtime and gmtime method in the Time::Piece minus epoch time by $allow_minus optional argument.
- method localtime : Time::Piece ($epoch : long = -1, $allow_minus = 0);
- method gmtime : Time::Piece ($epoch : long = -1, $allow_minus = 0);
- Allow the localtime and gmtime method in the Time::Piece minus epoch time by $allow_minus optional argument.