we are using Nodatime assembly for conversion time to specified time zones. but I am using JavaScript to get users time zone using following code Intl.DateTimeFormat().resolvedOptions().timeZone
but it returns me tz format of timezone but I want timezone name in BCL format to pass it to database.
is there any way to get bcl timezone name by passing tz timezone name?
Asked
Active
Viewed 33 times
1

Matt Johnson-Pint
- 230,703
- 74
- 448
- 575

Muktabai Chavan
- 117
- 9
-
https://www.iana.org/time-zones – Robert Harvey Dec 21 '18 at 04:07