React Native: Getting user device timezone and converting UTC time-stamps using the offset.
Recently I was tasked to convert all backend generated timestamps from the default UTC to our users device timezone. This is my process of how I encountered some issues along the way and how I solved my ticket.
Flowchart
This is the flow I implemente...