I am working on a angular project.
I want to the start time and off time of a office in a table.
Example : 8:30 - 17:30
The office has two branches in UK and India.
So user may enter time in UK time or Indian time. But I am going to store the time in GMT time.
SO I want to give an option to select the time zone and enter the time.
Then I have to convert then that time into GMT time and send to database.
How can I convert UK time to GMT time?
Or do you know any idea to do this scenario Please advice me.
Thank you