I'm still new to perl and want to write a perl script/function that can set the timezone on a windows machine (locally) to a different time zone. For example if it's really Americas/Los_Angeles, I want to set it to something new like Americas/New_York or some other country's time zone. What's the best way to write this?
Thanks!