Dan Horne <dan.ho...@redbone.co.nz> schrieb/wrote: > Unfortunately, Datetime's %Z of UTC matches neither of these. My > workaround is to actually hardcode the time zone name in the format > string, but this strikes me a s being a bit of a hack. Is there a > better approach.
You could also use DateTime::Format::Mail. Claus