Our company has customers in different time-zones, so our app has to store times in a common standard although app users need to see the time using their time zone.
Whatever local zone it is when time being presented to the user, the value of the time they have edited using their timezone has to be converted back to UTC for storage so that UTC time can be presented to other users using their time zone, and then the time the other users have edited using their time zone has to be converted back to UTC for storage, and so on.
Is there a straight forward way to do that? Didn't see answers in How to convert DateTime in Specific timezone
e.g., The time value picked in my datetime-picker is 2018-08-22 13:30:00 my local time.