Is There any way to restrict my application to specific timezone and ignoring my own local system time. Is there any way I can do globally to date object so that when ever I create a date object will create date to my specified timezone.
Asked
Active
Viewed 35 times
0
-
Eh, I don't think it is possible. – Praveen Kumar Purushothaman Sep 24 '16 at 16:22
-
Oh I have requirement to restrict to specific Timezone because all the data captured is done only in that timezone. – Surya Prakash Tumma Sep 24 '16 at 16:24
-
Consider changing your source data to use UTC. Then read those UTC dates with the appropriate Date functions, and you're good. – trincot Sep 24 '16 at 16:41