However, your statement was
In ASP there is noway to get UNC or GMT time |
which is patently untrue.
Any ASP page can use both JScript and VBScript. If you use VBScript as your main language you just have to use the synatax sbove outside your script delimiters and you should be able to call the JScript function from within your application.
I use VBScript and this is what I use when I need the time in GMT. If you check out www.warmageddon.com you'll see that it displays the time in GMT (at the bottom of the page). That site is written in VBScript except for this one function.
The time in GMT can also be called via MSSQL by using the getUTCdate() function but that doesn't work in Access.