go.time.tzdata
1.23.12.3
dotnet add package go.time.tzdata --version 1.23.12.3
NuGet\Install-Package go.time.tzdata -Version 1.23.12.3
<PackageReference Include="go.time.tzdata" Version="1.23.12.3" />
<PackageVersion Include="go.time.tzdata" Version="1.23.12.3" />
<PackageReference Include="go.time.tzdata" />
paket add go.time.tzdata --version 1.23.12.3
#r "nuget: go.time.tzdata, 1.23.12.3"
#:package go.time.tzdata@1.23.12.3
#addin nuget:?package=go.time.tzdata&version=1.23.12.3
#tool nuget:?package=go.time.tzdata&version=1.23.12.3
go.time.tzdata
C# package converted from the Go standard library by go2cs.
Package tzdata provides an embedded copy of the timezone database. If this package is imported anywhere in the program, then if the time package cannot find tzdata files on the system, it will use this embedded information.
Importing this package will increase the size of a program by about 450 KB.
This package should normally be imported by a program's main package, not by a library. Libraries normally shouldn't decide whether to include the timezone database in a program.
This package will be automatically imported if you build with -tags timetzdata.
Copyright 2009 The Go Authors. All rights reserved. This C# package is converted from Go standard library source; use of that source is governed by a BSD-style license that can be found in the LICENSE file. The go2cs conversion itself is distributed under the MIT license.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- go.errors (>= 1.23.12.3)
- go.lib (>= 1.23.12.3)
- go.syscall (>= 1.23.12.3)
- go.time (>= 1.23.12.3)
- go.unsafe (>= 1.23.12.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.