@agilecustoms/envctl 0.28.0 → 0.28.1

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.
@@ -56,10 +56,10 @@ export class TerraformAdapter {
56
56
  printTime() {
57
57
  const now = new Date();
58
58
  const utc = now.toISOString();
59
- const est = now.toLocaleString('en-US', {
59
+ const edt = now.toLocaleString('en-US', {
60
60
  timeZone: 'America/New_York'
61
61
  });
62
- console.log(`\nTime EST: ${est}, UTC: ${utc}\n`);
62
+ console.log(`\nTime EDT: ${edt}, UTC: ${utc}\n`);
63
63
  }
64
64
  tfArgs(env, cwd) {
65
65
  const varDefs = this.getVarDefs(cwd);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agilecustoms/envctl",
3
3
  "description": "node.js CLI client for manage environments",
4
- "version": "0.28.0",
4
+ "version": "0.28.1",
5
5
  "author": "Alex Chekulaev",
6
6
  "type": "module",
7
7
  "bin": {