mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-29 17:32:44 +00:00
aaaand format the code
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Octokit.Helpers
|
||||
/// Extensions for converting between different time representations
|
||||
/// </summary>
|
||||
public static class UnixTimestampExtensions
|
||||
{
|
||||
{
|
||||
static readonly DateTimeOffset epoch = new DateTimeOffset(1970, 1, 1, 0, 0, 0, TimeSpan.Zero);
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user