Google cloud storage webui shows incorrect `created time`

Viewed 203

Google cloud storage webui shows incorrect created time, "Jan 1, 1970, 1:00:00 AM" even though the folder is newly created.

Sceenshot1: Incorrect "created time"

It has correct created time in the detailed info.

Screenshot2: Correct "created time" in the detailed info

Is there a way to show the correct created time on the list view?

1 Answers

I have the same problem so this is an issue related to the console. I found this public Issue tracker that mentions it.

The workaround is use the command gsutil ls -lah -r gs://mybucket in order to get more information about the objects inside the bucket

Related