NetTicks - DateTime - UnixTimeStamp

Local DateTime โ†” NetTicks โ†” Unix Timestamp

Enter a value in one field and the others will update automatically. Use the copy buttons to copy converted values.

What is .NET Ticks?

.NET Ticks represent the number of 100-nanosecond intervals elapsed since January 1, 0001 at midnight (UTC). One second equals 10,000,000 Ticks.

Commonly used with the DateTime.Ticks property in C# and .NET, Ticks are useful for high-precision time measurement, log analysis, and database timestamp comparison. Unix timestamp represents seconds elapsed since January 1, 1970 at midnight (UTC).