My App is connected to Database and it captures the time which is displayed within application. All records have time of creation and date/time should be in EST because our users are working in different timezones.
因此,我的问题是,如何显示时间。 如今,在无害环境技术中,则使用系统或超时技术。
现行法典:
private void timer1_Tick(object sender, EventArgs e)
{
label2date_.Text = DateTime.Now.ToString("MM dd yy HH:mm");
}