问题描述
我正在VPS上运行一个应用程序的多个实例,在那里收集并发布数据.
I am running multiple instance of a application on a VPS, there collecting en publish data.
其中一个实例需要在其他时区运行.
one of these instance needs to run in a other timezone.
是否可以更改此应用程序的时区?
is it possible to change the timezone of this application ?
我正在使用vb.net 2012
i am using vb.net 2012
框架4.5.2
推荐答案
我正在VPS上运行一个应用程序的多个实例,在那里收集并发布数据.
I am running multiple instance of a application on a VPS, there collecting en publish data.
其中一个实例需要在其他时区运行.
one of these instance needs to run in a other timezone.
是否可以更改此应用程序的时区?
is it possible to change the timezone of this application ?
我正在使用vb.net 2012
i am using vb.net 2012
框架4.5.2
您可能想要更改DateTime的评估方式.看看这个MSDN文档:
You probably want to change how the DateTime is assessed. Have a look at this MSDN document for that:
https://msdn. microsoft.com/en-us/library/bb397769(v=vs.110).aspx
https://msdn.microsoft.com/en-us/library/bb397769(v=vs.110).aspx
这篇关于在其他时区中运行应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!