I have an asp.net core application that uses Npoi to generate an Excel spreadsheet from a list of objects. This works fine when I run the application on my machine. However, when some of our users run this function, the dates on the spreadsheet are displaying 16 days earlier than their actual values. For example, the date 11/3/2020 is displaying 10/18/2020 for some users.
What's weird is if they email me the spreadsheet and I open it on my machine, the dates display correctly. Has anyone else run into this issue, or have a guess as to what might be causing this to happen? Also, any suggestions on how to fix it?
Your help is greatly appreciated. Thanks. -Joe