[slurm-users] slurm and dates?
Christopher Samuel
chris at csamuel.org
Sat Feb 24 05:01:22 MST 2018
On 24/02/18 05:51, Michael Di Domenico wrote:
> some of those variables are spit out as dates. since the dates do
> not include a timezone field how should that date field be assumed
> to work? from the value i conclude that it's my localtime, but is
> the date being stored as UTC and converted using the TIMEZONE env
> parameter, or are the dates being stored in my current timezone.
I can't give you anything more definitive than the fact that setting
TZ influences what Slurm reports, sorry! Here's what I see
# squeue -t R -o %S
START_TIME
2018-02-21T19:43:36
# TZ=UTC squeue -t R -o %S
START_TIME
2018-02-21T08:43:36
All the best,
Chris
More information about the slurm-users
mailing list