Skip to content

Rename newDate to cloneDate

Coung Ngo requested to merge cngo-rename-newdate into master

What does this MR do and why?

This MR renames the newDate date function to cloneDate to

  1. Make its name closer to the logic of the function
  2. Free up the name newDate to create a new newDate function after this MR that will create a new date that avoids timezone bugs when passing strings in the format 'yyyy-mm-dd'

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

How to set up and validate locally

Edited by Coung Ngo

Merge request reports