Install a server operated in Japan.
Treat local log times as Japan Standard Time.
Which time zone should be selected?
Choose a regional time zone. Asia/Tokyo represents Japan Standard Time and is independent of language or keyboard settings.
Detailed explanation
Incorrect. UTC is not the same local zone as Asia/Tokyo.
Incorrect. UTC is not the same local zone as Asia/Tokyo.
Incorrect. Language settings do not set the system time zone.
Incorrect. Language settings do not set the system time zone.
Incorrect. Manually shifting the hardware clock is not the correct time-zone configuration.
Incorrect. Manually shifting the hardware clock is not the correct time-zone configuration.
Correct. Asia/Tokyo is the regional time zone for Japan.
Correct. Asia/Tokyo is the regional time zone for Japan.
Try it yourself
An example you can run in a temporary verification environment.
timedatectl show -p Timezone --valueExpected result
現在設定されているtimezone名Key points
- Asia/Tokyo
- Difference from UTC
- Log timestamps
Notes
- Environment: systemd 255前後
- Command output formatting can vary slightly by distribution or tool version.
- Run the example in a temporary directory or process when possible.
Foundation review
Read the scope first
Check whether the command acts on the current shell, a new process, an existing process, or a file.
Verify the observable result
Use the supplied command and compare the output with the expected result.