brick / date-time

Date and time library for PHP
MIT License
335 stars 30 forks source link

Add UtcDateTime class #36

Open solodkiy opened 3 years ago

BenMorel commented 3 years ago

Hi, what's the point of this class? Just avoiding passing TimeZone::utc()?

solodkiy commented 3 years ago

This request if part of https://github.com/brick/date-time/issues/24 discussion. The main point is with it you could use it for properties, arguments and return types.