Need Help with Time Zones Programming Web Development by mcdt2424 … july 5 8:00 AM and the server is PST Timzone and I call fromDate.ToUniversalTime() the time gets converted to… Timzone issue Programming Web Development by dipakxyz Hi , i am developing the bidding site in which customers and vendors belongs to different timezones,customer can place an order provided the order should be placed on or before 3pm GMT time at a spcified day like today, tommorow,.........After 3pm of lasting day,customer should not be able to place an order.Actually, Issue is, this restriction … Re: Timzone issue Programming Web Development by samarudge You could use UNIX time as it is standerdised in GMT, you can format it into "Pretty Time" using date(format, unix timestamp) (For format see [url]http://php.net/date[/url]) and you could do something like basetimestamp (UNIX) + 3600 (GMT +1) etc. Re: Need Help with Time Zones Programming Web Development by kvprajapati Use classes from System.Globalization namespace.