Daoting / dt

利用 C# + XAML 进行快速业务开发的跨平台框架(搬运工)
https://github.com/daoting/dt
54 stars 12 forks source link

FromOADate->TimeZone 问题 #83

Closed sunl158 closed 1 year ago

sunl158 commented 1 year ago

Dt.Charts\Chart\ValueLabels.cs public static ValueLabels CreateTime(double min, double max, IAxis ax) DateTime time = FromOADate(min); 应当时区有问题,默认的是美国时间,不是计算机的本地时区