Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Date functions in "modify" function. #1042

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

zambotn
Copy link

@zambotn zambotn commented Nov 30, 2020

Add functions used to convert handle values representing Dates. This is crucial for many types of conversion since many JSON are including date/time related fields.

Function added

  • toEpochMilli(string, pattern): converts string formatted as pattern into EPOCH
  • fromEpochMilli(numeric_epoch, pattern): converts numeric_epoch from a numeric format to a string formatted using pattern.
  • now(): return current EPOCH (in numeric format)

@zambotn
Copy link
Author

zambotn commented Oct 11, 2022

Is there any hope for this PR to be accepted? Did I miss something?

@vikash-agrawal
Copy link

We are are looking for date functionality, please let us know if it can be merged.

@af047252
Copy link

This functionality is exactly what I need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants