asp classic - vbscript time zones and Daylight Savings -


I am looking for an easy way to get UTC time and date / time information in VBSScript, even When specifying time zones I need to be able to get the current time in the time zone of my choice.

I have seen to set DST for posting work on the web, but I do not want to use the thing which I have, if the DST or time zone has changed then to update - therefore The use of a standard library would be ideal. I do not have the option of using the web service with this application. I am open to other ideas, however.

Code here can help:


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -