Skip to content

Commit

Permalink
Update Public API verfied txt
Browse files Browse the repository at this point in the history
  • Loading branch information
damianh committed Nov 20, 2024
1 parent fcf2d13 commit 8cd67d7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
}
public static class DateTimeExtensions
{
[System.Obsolete("Please use DateTimeOffset.FromUnixTimeSeconds() instead.")]
public static System.DateTime ToDateTimeFromEpoch(this long date) { }
[System.Obsolete("Please use DateTimeOffset.ToUnixTimeSeconds() instead.")]
public static long ToEpochTime(this System.DateTime dateTime) { }
}
public static class Identity
Expand Down

0 comments on commit 8cd67d7

Please sign in to comment.