Converts a Unix timestamp into a US timezone of your choice. The converted format is yyyy-MM-dd hh:mm:ss.
The values you can use for usTimeZone are: Samoa, Aleutian, Hawaii, Alaska, Pacific, Pacific-New, Arizona, Mountain, Central, Indiana-Starke, East-Indiana, Eastern, Michigan.
For example:
af:fromUnixTimeUS(305382600, "Pacific-New")
It is assumed that the Unix timestamp is in seconds, unless the value is greater than 20,000,000,000, in which case MEP treats the value as a timestamp in milliseconds.
Unix timestamps in negative numbers will produce indeterminate results.
Type: string