long t;
t = DateTime.Now.Ticks; textBox1.Text = t.ToString();
textBox2.Text = DateTime.FromFileTimeUtc(t).ToString();