engineering·Independent✓ Verified

Get local datetime into Function node using moment.js

A quick example showing how to get the local date and time into a Function node using moment.js.

About

A quick example showing how to get the local date and time into a Function node using moment.js. This relies on the GENERIC_TIMEZONE environment variable being correctly configured (see the docs here) NOTE: In order for this to work, you must whitelist the moment library for use by setting the following environment variable: NODE_FUNCTION_ALLOW_EXTERNAL=moment For convenience, the Function code is as follows: const moment = require('moment'); let date = moment().tz($env['GENERIC_TIMEZONE']

Tags

Pricing

Free

0
Visit website ↗

Marketplace

Independent

Category

engineering

More like this

Browse engineering agents →