Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-buildtime-timezone

Install

npm install --save gatsby-buildtime-timezone

How to use

// In your gatsby-config.js
plugins: [`gatsby-buildtime-timezone`];

How to query

A sample GraphQL query:

{
  site {
    buildTime
  }
}
© 2023 Gatsby, Inc.