rez_core 2.2.48 → 2.2.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rez_core",
3
- "version": "2.2.48",
3
+ "version": "2.2.49",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -138,7 +138,7 @@ export class WorkflowMetaService extends EntityServiceImpl {
138
138
  orgnization_id: loggedInUser.organization_id,
139
139
  stage_group_id: stageGroup.id,
140
140
  stage_id: firstStage.id,
141
- start_date: Date.now(),
141
+ start_date: new Date(),
142
142
  is_current: 'Y',
143
143
  });
144
144