rspec/rules/S6563/resources-dotnet.adoc

13 lines
679 B
Plaintext

=== Documentation
* https://learn.microsoft.com/en-us/dotnet/api/system.datetime.now[DateTime.Now documentation]
* https://learn.microsoft.com/en-us/dotnet/api/system.datetime.utcnow[DateTime.UtcNow documentation]
* https://learn.microsoft.com/en-us/dotnet/api/system.datetime.today[DateTime.Today documentation]
* https://learn.microsoft.com/en-us/dotnet/api/system.datetimeoffset[DateTimeOffset documentation]
* https://learn.microsoft.com/en-us/dotnet/standard/datetime/resolve-ambiguous-times[Ambiguous times]
* https://www.timeanddate.com/time/zone/timezone/utc[UTC standard]
=== Articles & blog posts
* https://stackoverflow.com/a/2580518[Ambiguous times by John Skeet]