Subject: | Wish: accept also absolute dates in human writable form |
It would be nice if Time::Fake also accepted absolute dates in a human
writable form (e.g. some ISO8601 variant) instead of only being able to
set it using epoch time. A common scenario would be the launch of
something to be able to write tests for the moments before and after
this date.
I would propose to just use one of the possible ISO8601 variants, maybe
the YYYYMMDDTHHMMSS form (with local timezone), and maybe also the UTC
form YYYYMMDDTHHMMSSZ.
Regards,
Slaven