Skip to content

Instantly share code, notes, and snippets.

@Ovis
Created January 28, 2019 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ovis/47eb9973e3a63d3807b419c3c9ee03dc to your computer and use it in GitHub Desktop.
Save Ovis/47eb9973e3a63d3807b419c3c9ee03dc to your computer and use it in GitHub Desktop.
日本標準時取得(Windows、C#)
var jst = TimeZoneInfo.FindSystemTimeZoneById("Tokyo Standard Time");
var localTime = TimeZoneInfo.ConvertTimeFromUtc(DateTime.UtcNow, jst);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment