peaclock icon indicating copy to clipboard operation
peaclock copied to clipboard

Date format numeric time zone with : to necessary precision

Open danielwerg opened this issue 1 year ago • 1 comments
trafficstars

MAN DATE(1)

  %z     +hhmm numeric time zone (e.g., -0400)
  %:z    +hh:mm numeric time zone (e.g., -04:00)
  %::z   +hh:mm:ss numeric time zone (e.g., -04:00:
  %:::z  numeric time zone with : to necessary precision (e.g., -04, +05:30)
  %Z     alphabetic time zone abbreviation (e.g., EDT)

Both %z and %Z work but none of variants with : does.

danielwerg avatar Jun 07 '24 13:06 danielwerg

why there is no wiki ?

hamody19 avatar Oct 30 '24 10:10 hamody19