This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

24 Hour Clock Format

I was talking with jotsusa about a script to alert me via email to show GMT 24 clock format. So far I can do 24 hour format in HST time now to convert to GMT.

Script #1: ${N=Generic;M=Hour}${N=Generic;M=Hour}  =  1300

Script #2: ${SQL: select dateadd(hh,+10,getdate())}  =  5/17/2017 01:00:00 PM

Any ideas? Maybe cnorborg​ or rschroeder​?