Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これを c# でどのように記述すればよいですか? ルビーコード:
Time.now.gmtime.strftime("%Y-%m-%dT%H:%M:%S")
Web でコンバーターを見つけようとしましたが、失敗しました。
DateTime.Now.ToString("YYYY-MM-ddTHH:mm:ss");
また
DateTime.UtcNow.ToString("YYYY-MM-ddTHH:mm:ss");