On July 25, 2004 at 22:54, "Winfried Meining" wrote: > Is it possible to display per message dates of all messages in a specific > timezone (other than GMT) in indices (or even on message pages) even if the > messages were not sent from a mailer in this time zone ? I know that the > $MSGGMTDATE$ resource variable allows to do this for GMT, but is there a way > to > choose a different time zone instead ?
All you get is local time or GMT time for formatting dates. If you want dates to reflect a timezone that does not equal your local time zone, you could trying setting the TZ environment variable to the desired zone before invoking mhonarc. --ewh