Some test portability fixes again + minor changes
This commit is contained in:
parent
3fd424c6e3
commit
f09a103c53
7 changed files with 33 additions and 28 deletions
4
FU/Pg.pm
4
FU/Pg.pm
|
|
@ -666,8 +666,8 @@ module does not.
|
|||
|
||||
Converted between floating point seconds since C<00:00:00>, supporting
|
||||
microsecond precision. This format allows for easy comparison against Unix
|
||||
timestamps (time of day = C<$timestamp % 86400>) and can be added to an integer
|
||||
date value to form a complete timestamp.
|
||||
timestamps (time of day in UTC = C<$timestamp % 86400>) and can be added to an
|
||||
integer date value to form a complete timestamp.
|
||||
|
||||
(There's no support for the string format yet)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue