Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Create UTCDateTime from DateTimeInterface objects #8

Merged
merged 3 commits into from
Jul 12, 2023
Merged

Conversation

GromNaN
Copy link
Owner

@GromNaN GromNaN commented Jul 12, 2023

Both expressions does the same result:

new UTCDateTime(Date::now()->format('Uv'));
new UTCDateTime(Date::now());

@GromNaN GromNaN requested review from jmikola and alcaeus July 12, 2023 08:29
@GromNaN GromNaN merged commit 843904b into master Jul 12, 2023
18 checks passed
@GromNaN GromNaN deleted the cleanup-builder branch July 12, 2023 11:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants