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 some native transformations for dateTime #402

Closed
Seddryck opened this issue Aug 22, 2018 · 1 comment
Closed

Add some native transformations for dateTime #402

Seddryck opened this issue Aug 22, 2018 · 1 comment

Comments

@Seddryck
Copy link
Owner

It should be possible to transform a datetime to the corresponding datetime in UTC (assuming original value is local time) or local time (assuming original value is local time). If the original value is ambiguous (local time at the moment of the daylight saving from summer to winter) then the first hour is selected. User must specify the time zone Id or the name of one of the city listed in the display.
utc-to-local(Romance Standard Time)
local-to-utc(Brussels)

It should be possible to convert a datetime to a date (with time sets to 00:00:00).
dateTime-to-date

It should be possible to convert null to a constant date. If the field is empty and not null, the result is identical to a null field.
null-to-date(2018-01-01)

@Seddryck Seddryck added this to the v1.19 milestone Aug 22, 2018
@Seddryck Seddryck changed the title Add a native transformation for dateTime Add some native transformations for dateTime Aug 22, 2018
@Seddryck
Copy link
Owner Author

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

No branches or pull requests

1 participant