Gentoo Archives: gentoo-user

From: tedheadster <tedheadster@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Converting Unix time to local time
Date: Mon, 23 Nov 2020 17:42:22
Message-Id: CAP8WD_aPO43NmdZ1_0pzyZvS=N-ScKbTgzB1HqOJhyMfmtvQcA@mail.gmail.com
In Reply to: Re: [gentoo-user] Converting Unix time to local time by Jack
1 You might be able to use this shell command:
2
3 TZ=US/Pacific date --date='@2147483647'
4
5 - Matthew