Reputation: 1956
Is it possible to change the timezone on the actual Date
object. I don't mean to convert the timezone or anything like that, I mean when any successive calls to new Date()
or other Date objects are made it will be spoofed by an offset and the String timzeone in new Date
will show the spoofed timezone.
Upvotes: 1
Views: 47