How do I get the current time in Elm 0.17/0.18?
问题 I had asked this question already: How do I get the current time in Elm? And answered it by writing my own ( now deprecated ) variant of start-app: http://package.elm-lang.org/packages/z5h/time-app/1.0.1 Of course the Elm architecture has since changed, and my old way of doing things no longer works, because there are no signals or Time.timestamp . So.... Suppose I build an app with the standard update function signature: update : Msg -> Model -> (Model, Cmd Msg) I'd like to timestamp my