• Daniel Lobato's avatar
    Fixes #13557 - Rubocop enforce specifying a timezone · a977bd3b
    Daniel Lobato authored
    Rubocop can enforce what timezone to store in the database ,
    so we can ensure everything is stored using UTC and we don't
    miss these things in code reviews. When objects are displayed,
    they must use the time provided by set_timezone in the
    controller.
    
    This is particularly relevant for Trends, Puppet graphs, etc... to
    ensure they are stored always properly
    a977bd3b