You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/10/25 20:04:08 UTC

[GitHub] csantanapr commented on a change in pull request #101: Trigger management

csantanapr commented on a change in pull request #101: Trigger management
URL: https://github.com/apache/incubator-openwhisk-package-alarms/pull/101#discussion_r146970988
 
 

 ##########
 File path: provider/lib/utils.js
 ##########
 @@ -170,7 +170,7 @@ module.exports = function(
                     var updatedTrigger = existing;
                     var status = {
                         'active': false,
-                        'dateChanged': new Date().toISOString(),
+                        'dateChanged': Date.now(),
 
 Review comment:
   We want seconds not milliseconds , need to devide 1000 and round

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services