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.
GCC はマクロ__DATE__を提供__TIME__し、ビルドの日付と時刻を含む文字列定数を提供します。ただし、彼らはUTCで時間を与えているようです。ローカル タイム ゾーンでビルド時間を取得するマクロはありますか?
__DATE__
__TIME__