-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix timezone problem in strftime test (GitHub #6)
primary fix was to make the datetime UTC however, this exposed an oddity (maybe a bug?) in Time::Piece: - see Dual-Life/Time-Piece#24 for a full explanation so now we have our own `strftime` implementation which is not just a pass-through - now, for us, `->strftime("%s")` is always equivalent to `->epoch` (note that my use of look-behind means you have to have at least Perl 5.005) (but that doesn't seem like too much of a hardship)
- Loading branch information
1 parent
0a04fa0
commit 57c17eb
Showing
3 changed files
with
25 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters