Info
| Version: | 1.0.0 | 
| Author(s): | Sangeeth Nandakumar | 
| Last Update: | Friday, October 9, 2020 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/sangeethnandakumar/Express-Timezone-Library | 
| NuGet Url: | https://www.nuget.org/packages/Twileloop.ExpressTimezone | 
Install
Install-Package Twileloop.ExpressTimezone
                        dotnet add package Twileloop.ExpressTimezone
                        paket add Twileloop.ExpressTimezone
                        
                                Twileloop.ExpressTimezone Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- NodaTime(>= 3.0.1)
Tags
 
                
Assuming that you have a server running under a specific timezone and clients connecting to it from multiple timezones, And you need to manage incomming and outgoing timezones easily.
Like saving UTC in database and displaying on client's timezone on there browser. Or client selecting a time in their timezone and you need to convert it to UTC , Or even you need to migrate a time from one timezone to another.
Likewise...