Just a place where to dump some code to the community.
$ date -d @1245257034 -uWed Jun 17 16:43:54 UTC 2009
$ date +%s1245257175
can you post a function that returns a list of dates between a given range in iso format ? :D
date +%s and date -u +%s are the same.man date(1):...%s seconds since 1970-01-01 00:00:00 UTC <-- (always UTC)...:P
can you post a function that returns a list of dates between a given range in iso format ? :D
ResponderEliminardate +%s and date -u +%s are the same.
ResponderEliminarman date(1):
...
%s seconds since 1970-01-01 00:00:00 UTC <-- (always UTC)
...
:P