DateTime Transform
Introduction
A transform is needed that can convert DateTime formats saved as strings within the platform to DateTime values and perform DateTime operations.
Use-case
A Hydrator User would like to perform DateTime calculations within pipelines. DateTime values are stored as strings within the platform, and need runtime conversion in order to perform DateTime operations.
User Stories
As a Hydrator User I want a plugin that I can use to specify a DateTime format, so that the parsing is handled automatically for me.
As a Hydrator User I want to perform DateTime operations within my pipeline so that I can do duration, comparison, and range queries.
Example
Example for how the plugin should work
Implementation Tips
Design
Design:
Table of Contents
Checklist
User stories documented
User stories reviewed
Design documented
Design reviewed
Feature merged
Examples and guides
Integration tests
Documentation for feature
Short video demonstrating the feature