Skip to content

Commit

Permalink
Merge pull request #512 from NREL/formatted-upload-time
Browse files Browse the repository at this point in the history
Formatted the time of upload in the Data Cleansing dialog
  • Loading branch information
mmclark committed Dec 4, 2015
2 parents d6433f9 + da443cb commit 69c529b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed/static/seed/js/controllers/cleansing_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ angular.module('BE.seed.controller.cleansing', [])
importFileId
) {
$scope.name = name;
$scope.uploaded = uploaded;
$scope.uploaded = moment.utc(uploaded).local().format('MMMM Do YYYY, h:mm:ss A Z');
$scope.cleansingResults = cleansingResults;
$scope.importFileId = importFileId;

Expand Down

0 comments on commit 69c529b

Please sign in to comment.