Run Code
|
API
|
Code Wall
|
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,17,30,0), DateTimeKind.Utc); DateTime tarkovStart = new DateTime(2017,6,1,22,30,0); TimeSpan tarkovTimePassed = new TimeSpan((long)((now-start).Ticks*2.65)); DateTime tarkovTime = tarkovStart + tarkovTimePassed; Console.WriteLine("Tarkov Time: "+tarkovTime.ToString("HH:mm")); } } }
run
|
edit
|
history
|
help
0
4 squares theorem
STAN
hello-shared
Linq FirstOrDefault() null check in c#
Plt-D v.0.9.5
tablecsv
Assignment 1
Combustible SetUp
Concurrent bag ex
Stacks: Balanced Brackets