Hello. Curious if anyone has ever come across this error. I have an idea why it’s happening. The timezone ID “America/New_York” is not supported by the server we use our Robots on, which is Windows Server 2019. I changed the timezone ID to “Eastern Standard Time” and it worked, but this is not the result I’m looking for. The timezone IDs we typically get from our database are mostly similar to the “America/New_York”, etc. style (whatever that is called). After doing some research on this, I thought it might be a .NET update that was needed, but I can’t go any higher than version 4.8. Aside from doing a text replacement assignment, I’m sort of out of ideas.
Hello @Yoichi , thank you for the reply. I do have nuget.org enabled in my package settings, but nothing shows up, even when I leave the search bar blank. Also, my project is built in the newer “Windows” style, not “Windows-Legacy”.
I don’t have any issues running my project on my Dev machine, but once the bot server runs it, that timezone isn’t found because it has something to do with that server being Windows Server 2019.
Sounds like you’ll have to just set up your own translation matrix to convert what you get in your data to what the ConvertTimeFromUtc expression wants.