hi all,
i use strftime for converting seconds in date and time, but the strftime counts from 1 Jan 1970 00:00. Is there a command using UTC seconds starting from noon 1 Jan 2000?
my commands look like this:
where $1 = seconds.
can anybody help me?
i use strftime for converting seconds in date and time, but the strftime counts from 1 Jan 1970 00:00. Is there a command using UTC seconds starting from noon 1 Jan 2000?
my commands look like this:
Code:
print strftime("%Y\t%m\t%d\t%H\t%M\t%S",$1)
where $1 = seconds.
can anybody help me?