On 25/03/15 13:44, Ulrich Windl wrote: >>>> Pádraig Brady<[email protected]> schrieb am 25.03.2015 um 14:16 in > Nachricht > <[email protected]>: > > [...] >> Actually we can use date's relative date support for this: >> >> $ date -d '1900-01-01 +1234567890 seconds' >> Tue Feb 14 23:56:51 GMT 1939 > > Yes, if date is new enough (coreutils-8.12). Otherwise (coreutils-5.93) you > get: > # date -d '1900-01-01 +1234567890 seconds' > date: invalid date `1900-01-01 +1234567890 seconds'
Can you try without the + on that older version? cheers, Pádraig.
