This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
Update the process of specifying/creating now (runtime provided datetime) #1720
Labels
enhancement
Issues related to improving the codebase, the documentation or process within the project
Feature request
A profile can specify
now
as a 'dynamic' value for production; however this cannot be used with any other date-time granularity. As shown in #1706 any attempt to do so will either yield no data or report a contradictory profile. Consider either:today
value provider (equivalent tonow
but produces values granular to Days rather than Milliseconds)now
so it can be combined with different granularities, i.e. granular to Years, Months, etc. from the current run time.The text was updated successfully, but these errors were encountered: