Netlify announces the next evolution of Gatsby Cloud. Learn more
npm install --save gatsby-buildtime-timezone
// In your gatsby-config.js plugins: [`gatsby-buildtime-timezone`];
A sample GraphQL query:
{ site { buildTime } }