FirebaseExtended / action-hosting-deploy

Automatically deploy shareable previews for your Firebase Hosting sites
https://firebase.google.com/docs/hosting/github-integration
Apache License 2.0
704 stars 202 forks source link

Timezone support #165

Open mirror-kt opened 3 years ago

mirror-kt commented 3 years ago

The use case you're trying to solve

I use this action at JST, but expires time is shown as GMT only. We need a feature to show it as other timezones.

Change to the action that would solve that use case

Add a timezone option. (And if it can, we also want a datetime format option.)

Other considerations

none