tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
DateTimeOffsetExtensions.cs
Go to the documentation of this file.
1using System;
2using System.Globalization;
3
5{
10 {
16 public static string ToFileStamp(this DateTimeOffset dateTimeOffset)
17 => dateTimeOffset.ToString("yyyyMMddhhmmss", CultureInfo.InvariantCulture);
18 }
19}
Extension methods for the DateTimeOffset class.
static string ToFileStamp(this DateTimeOffset dateTimeOffset)
Convert a given dateTimeOffset into a string that can be used to stamp file creation times.