-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 2.5.8
-
Fix Version/s: None
-
Component/s: groovy-runtime
-
Labels:None
executing the following code (on December 29, 2019)
print new Date().format('yyyy.ww')
will output:
2019.01
where the expected value would be 2019.52