masterDicanio
Programmer
Hi
i want to get utc time , then i use :
Dim myzone as timezone = timezone.currenttimezone
response.write(myzone.ToUniversalTime(now))
but it shows 1 hour lower than exact UTC time , i checked my windows time zone and found it correct [GMT + 3 : 30]
then i checked this :
response.write(myzone.GetUtcOffset(now))
and it is wrong = 04 : 30
i dont know , what is wrong , any experience ?
i want to get utc time , then i use :
Dim myzone as timezone = timezone.currenttimezone
response.write(myzone.ToUniversalTime(now))
but it shows 1 hour lower than exact UTC time , i checked my windows time zone and found it correct [GMT + 3 : 30]
then i checked this :
response.write(myzone.GetUtcOffset(now))
and it is wrong = 04 : 30
i dont know , what is wrong , any experience ?