However, how do I go the other way? Say I want to record all time in epoch seconds. I know the users' preferred POSIX date formats, so how do I take any format and convert it?use POSIX; my $format = '%d-%m-%Y %H:%M:%S'; print POSIX::strftime($format, localtime());
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |