localTime12, localTime24
Property Key
Property key for the timeFormat global property, which controls the format used for the local time function when the clockFormat is set to "12 hour" or "24 hour".
Examples:
put the timeFormat.localTime12 --> [hr12]:[mi] [pm] [timeZoneID]
put the timeFormat.localTime24 --> [hr24]:[mi] [timeZoneID]
put the local time --> 10:02 PM America/Denver (when the clockFormat is "12 hour" in Denver, CO, USA), or 22:02 America/Denver (when the clockFormat is "24 hour" in Denver, CO, USA)