Dear Glide team,
I have an usecase where my app users can create posts. Along with the post, I am also automatically collecting “Created on” date/time stamp.
The problem is this feature is Glide is not taking care of timezone. For e.g. if I have two users and one is from the US and the other is from Singapore and both have added a post. In this case, the respective local timestamps are getting record but with no indication of timezone.
Regards