如何在 Raspberry PI 上使用 UWP 应用程序来设置系统时间

How to use an UWP Application on Raspberry PI to set the SystemTime

如果我 运行 使用 W10iotCore 的 RPI 上的此代码,我会得到一个异常:

Windows.System.DateTimeSettings.SetSystemDateTime(new DateTime(sometime));

喜欢

System.UnauthorizedAccessException: Access is denied.

我理解这个异常,但我如何才能运行此代码具有更改系统日期时间的权限?

这意味着在 VisualStudion 中的调试版本(仍在 rpi 上)和应用程序的正常 运行时间环境。

背景:我正在建立一个可能没有互联网连接的气象站。对于时间设置,我将使用 DCF77 接收器来设置启动时的系统时间或单击按钮时的可更新性。

此功能需要"System Management"能力,您可以在appxmanifest中设置。

参见here and here