Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def test_tmgr_utl_cmd():
check_utl_cmd_with(TMGR_DEFAULT_UNIXTIME_EPOCH_FOR_UTL, set_value)

# ===== epoch を変えた場合 =====
new_epoch = time.time() - 86400 * 30 # 例えば30日前に変更
new_epoch = TMGR_DEFAULT_UNIXTIME_EPOCH_FOR_UTL + 86400 * 30 # デフォルトのエポックに30日分加算
check_utl_cmd_with(new_epoch, 1.0)

# ===== epoch を変えて CYCLES_PER_SEC も補正した場合 =====
Expand Down
Loading