Unqork Platform version 7.26 is now live in the Training environment, so get ready to level up your skills with our new Community Power Up Challenge!
This is a simple, effective way to learn about a specific Unqork feature and share your knowledge with the community. Think of it as a mini-hackathon that's designed to help you explore new functionality at your own pace.
This month, the challenge is all about the tz
function to support time zones via Moment.js formulas.
Time Zones: Unqork now supports the
tz
function to set dates based on time zones. Some examples include:
=MOMENT(MOMENT(A), 'isBefore', MOMENT(_arg))
=MOMENT(MOMENT(), 'format','[2.]x')
=MOMENT(MOMENT(MOMENT(MOMENT(), 'utc')), 'format', 'YYYY-MM-DDTHH:mm:ss.SSS')
Below is an example of using it in an Unqork formula. It can be nested like other moment functions.
=moment(moment(moment(),'tz','America/Los_Angeles'),'format','yyyy-MM-DD HH:mm:ss z')
How It Works
Power Up Challenges are simple and straightforward.
- Explore: Check out the
tz
function section of the Moment.js documentation and 7.26 release notes. - Build: Create a simple proof of concept (POC) module using the function in a formula.
- Share: Post your POC on this thread with an explanation of your use case and configuration. (More details on the thread.)
The challenge is open throughout the month of September, so you can fit it in when you have time.
Why Participate?
- Upskill: Deepen your understanding of Unqork by exploring the latest enhancements and gain skills that are immediately applicable to your work.
- Contribute: Help build a rich, on-demand knowledge base of POC examples for the entire community to learn from.
- Points and Recognition: All participants will earn at least 50 points and the "Power Up" challenge badge.
- Additional points may be awarded based on the quality of your POC and use case description.
- Points add up to help you earn various types of recognition.