[Chapel Merge] Fix the deprecated DateTime methods test so it wor

Branch: refs/heads/main
Revision: b03caba
Author: daviditen
Link: Fix the deprecated DateTime methods test so it works across timezones by daviditen · Pull Request #19972 · chapel-lang/chapel · GitHub
Log Message:

Merge pull request #19972 from daviditen/fix-deprecated-datetime-test

Fix the deprecated DateTime methods test so it works across timezones

[trivial test fix]

Change a call to 'fromtimestamp' to 'utcfromtimestamp' so it gets the same
answer no matter what time zone the machine that calls it from is in.

Modified Files:
M test/deprecated/renameDateTimeMethods.chpl

M test/deprecated/renameDateTimeMethods.good

Compare: https://github.com/chapel-lang/chapel/compare/6942acfb61f9...b03caba95715