longLocalTime12, longLocalTime24
Property Key
Property key for the timeFormat global property, which controls the format used for the long local time function when the clockFormat is set to "12 hour" or "24 hour".
Examples:
put the timeFormat.longLocalTime12 --> [hr12]:[mi]:[se] [pm] [timeZoneID]
put the timeFormat.longLocalTime24 --> [hr24]:[mi]:[se] [timeZoneID]
put the long local time --> 07:33:05 AM America/Denver (when the clockFormat is "12 hour" in Denver, CO, USA), or 07:33:05 America/Denver (when the clockFormat is "24 hour" in Denver, CO, USA)