Skip to content

Experiment's start_time can be incorrectly stored and parsed. #175

@joeroot

Description

@joeroot

At present, an experiment's start_time date is stored as a string. This causes problems for those who use Rails' TimeFormat, and thus have a different default Time string.

I'd suggest that this is either standardised using Time.now.strftime(...) and Time.strptime(...), or better, just use a UNIX timestamp, i.e. Time.now.to_i and Time.at(i).

I'd be more than happy to fork and handle this over the weekend?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions