Skip to content

Commit

Permalink
Merge 7b12643 into 4ec1104
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxa committed Mar 8, 2019
2 parents 4ec1104 + 7b12643 commit 85206a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/roo/excelx/cell/date.rb
Expand Up @@ -20,7 +20,7 @@ def initialize(value, formula, excelx_type, style, link, base_date, coordinate)
def create_datetime(_,_); end

def create_date(base_date, value)
base_date + value.to_i
base_date + value.to_f.round(6)
end
end
end
Expand Down

0 comments on commit 85206a7

Please sign in to comment.