Many regions observe daylight saving time, which creates dynamic timezone offsets throughout the year. This is particularly important when working with billing cycles, subscription renewals, and scheduled payments.
If you cannot directly specify a UTC timestamp for a date, you can instead define your desired date using a configuration object. Use the JSON format below to set a start date:
In this example, the start date is January 1st, 2025. Yorlet will automatically convert this configuration into the appropriate UTC timestamp for your account.
When setting end-date configuration parameters (e.g., end_date_config), Yorlet automatically adjusts the time to 23:59:59. This ensures that the end date is fully inclusive.