Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Tarkov Time
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; namespace Rextester { public class Program { public static void Main(string[] args) { DateTime now = DateTime.Now.ToUniversalTime(); DateTime start = DateTime.SpecifyKind(new DateTime(2017,6,1,18,57,0), DateTimeKind.Utc); DateTime tarkovStart = new DateTime(2017,6,2,2,22,0); TimeSpan tarkovTimePassed = new TimeSpan((long)((now-start).Ticks*2.5)); DateTime tarkovTime = tarkovStart + tarkovTimePassed; Console.WriteLine("Tarkov Time: "+tarkovTime.ToString("HH:mm")); } } }
run
|
edit
|
history
|
help
0
your ugly kid
by sie, 2 years ago
Please
log in
to post a comment.
English stop words
Using Yield Return to mass copy a Class instance
caleb
Compiler
cup tournament prediction
Math 5.81
BiologyQuestions
sintildes
do while
Test02
your ugly kid
by sie, 2 years agoPlease log in to post a comment.