Hey, the theme we use on our shopify store uses:
id="swatch--{{ 'now' | date: '%N' }}"
to generate unique id number for our input radio’s and forms. It was working perfectly fine until around 12 to 1 pm EST today, 3/31/23, when now each time that bit of code is used, instead of returning a unique timestamp each time it is called, it instead only returns the same timestamp each time.
I was able to quickly patch the errors it caused on our site, but I am wondering what changed could have occurred to cause this?
The theme we are using is Impact (https://themes.shopify.com/themes/impact), and even on there official demo site, this error is occurring at the time of this posting.