文件名称:TimeZoneConverter:轻量级库,可在IANA,Windows,Rails和POSIX时区之间进行转换
文件大小:41KB
文件格式:ZIP
更新时间:2024-03-05 03:19:52
C#
时区转换器 TimeZoneConverter.Posix TimeZoneConverter是一个轻量级的库,可以在IANA,Windows和Rails时区名称之间快速转换。 TimeZoneConverter.Posix添加了对生成POSIX时区字符串的支持,这在IoT等特定情况下很有用。 TimeZoneConverter安装 PM > Install-Package TimeZoneConverter 该库应与.NET Standard 1.1和更高版本以及.NET Framework 3.5和更高版本兼容。 有关的更多详细信息,请参见。如果遇到任何兼容性错误,请提出问题。 关于OS数据依存关系的注意事项 某些功能(例如TZConvert.GetTimeZoneInfo依赖于基础TimeZoneInfo对象,该对象可以访问操作系统的时区数据。 在Windows上,此数据来自注
【文件预览】:
TimeZoneConverter-main
----.gitattributes(2KB)
----LICENSE.txt(2KB)
----src()
--------TimeZoneConverter.Posix()
--------TimeZoneConverter()
--------TimeZoneConverter.DataBuilder()
----TimeZoneConverter.sln(4KB)
----lgtm.yml(151B)
----test()
--------TimeZoneConverter.Posix.Tests()
--------TimeZoneConverter.Tests()
----README.md(6KB)
----.gitignore(4KB)