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.5)); DateTime tarkovTime = tarkovStart + tarkovTimePassed; Console.WriteLine("Tarkov Time: "+tarkovTime.ToString("H:mm")); } } }
run
|
edit
|
history
|
help
0
Convert string to TimeSpan in C#
asdxsxsd
CultureInfo example
Events
5. Generics
DaysOfYear
Math v9.1
Execution flow of static and normal constructor of base and derived class.
19.05.2020
Plt-D v.0.9.6 (Speed Vector)