My SharePoint site is used by people from various time zones. We have a requirement to save and display date value to/from the list using a SPFx solution.
Currently we are using the built-in Date only column for saving the data. But as SharePoint is still saving the date value along with time zone (i.e. UTC), we are having difficulty in maintaining the constant date for users all around the world.
I have gone through some online articles and didn't find anything useful. So, I wonder what should be the best/correct approach for the above scenario? Should I use a single line of text column for my date only fields.