On 3/23/23 06:18, Edgar Aquino Rodriguez wrote:
if i run date
(system time)
Thu Mar 23 07:15:39 MST 2023
i dont now but if i run date --custom
Thu Mar 23 13:34:15 MST 2023

or how can get multiple timezones in the same system

Although it's not clear what you're asking for, but perhaps these example shell commands will help:

  $ ls -l /etc/localtime
lrwxrwxrwx. 1 root root 41 Oct 29 2019 /etc/localtime -> ../usr/share/zoneinfo/America/Los_Angeles
  $ date; TZ=America/Los_Angeles date; TZ=Europe/Rome date
  Thu Mar 23 16:00:05 PDT 2023
  Thu Mar 23 16:00:05 PDT 2023
  Fri Mar 24 00:00:05 CET 2023

At any rate this is not a bug so I'm closing the bug report.



Reply via email to