I don't know of a way, other than some brute force lookup approach, to change all "Eastern Standard Time" to "EST" and so forth. I expect there is a site somewhere that has all the names in both long and short versions, then you just build a presumably giant Substitute to change them.As far as I can tell, the Time measure format codes include, for time zone, only the full name (eg. "Eastern Standard Time"). Is there any way to get the time zone name abbreviation, eg. "EST", "PDT", etc.?
Unrelated question: is there any way to get the am/pm indicator in lower case, rather than upper case?
As far as the AM / PM indicator...
Code:
[Measure12HrTime]Measure=TimeFormat=%#I:%M %pSubstitute="AM":"am","PM":"pm"
Statistics: Posted by jsmorley — 1 minute ago