elm/exercises/gigasecond/Gigasecond.example.elm
2016-12-17 17:29:40 -05:00

14 lines
196 B
Elm

module Gigasecond exposing (add)
import Date
import Time
add : Date.Date -> Date.Date
add =
Date.toTime >> (+) gigasecond >> Date.fromTime
gigasecond : Time.Time
gigasecond =
10 ^ 12