2025-04-07から1日間の記事一覧
#include <chrono> #include <ctime> #include <iomanip> #include <sstream> #include <string> #include <Windows.h> // 日本時間で営業時間内(9:00-15:30、土日を除く)かどうかを判定する関数 BOOL IsJapanMarketHours() { // 現在のUTC時間を取得 auto now = std::chrono::system_clock::now(); auto now_ti</windows.h></string></sstream></iomanip></ctime></chrono>…