Currently, I am using a mechanism to save access logs from ELB to s3.
We are currently collecting logs from ELB, but the standard output is UTC.
The official document only says that it will be printed in ISO 8601 format.
There were no details.
So I have a question like JST(UTC+9)
Do you have any settings to output?
2016-04-28T03:15:34.003052Z
If not, I am thinking of adding logic to change to JST in the program.
Thank you for your cooperation.
So I have a question like JST(UTC+9)
Do you have any settings to output?
Even if you look at the API, there are no such parameters, so I don't think they exist.
© 2024 OneMinuteCode. All rights reserved.