Refactor UTC transform

stable
Miguel Gonzalez 2018-08-31 11:57:42 +02:00 committed by Alex Hermida
parent a0a4a3a8df
commit 484a5fbd4c
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ SprintGraphDirective = ($translate)->
width = element.width() width = element.width()
element.height(240) element.height(240)
days = _.map(dataToDraw, (x) -> moment(new Date(x.day).getTime())) days = _.map(dataToDraw, (x) -> moment.utc(x.day))
data = [] data = []
data.unshift({ data.unshift({