Current behaviour:
GraphiteMergeTree uses server time zone to perform rounding.
For example, if the server is run with Moscow time, rounding to midnight will be done in Moscow time.
Desired behaviour:
Use time zone specified in DateTime data type DateTime('UTC').