brick / date-time

Date and time library for PHP
MIT License
323 stars 29 forks source link

Add Native prefix (LocalDateTime, ZonedDateTime) #59

Closed solodkiy closed 2 years ago

solodkiy commented 2 years ago

LocalDateTime::fromNativeDateTime LocalDateTime::toNativeDateTime LocalDateTime::toNativeDateTimeImmutable

ZonedDateTime::fromNativeDateTime ZonedDateTime::toNativeDateTime ZonedDateTime::toNativeDateTimeImmutable

The last part of https://github.com/brick/date-time/issues/47

BenMorel commented 2 years ago

@solodkiy Can you please fix the conflicts? Please note that #53 has been merged in the meantime, you may have to accommodate the new coding standards in your PR!

solodkiy commented 2 years ago

@BenMorel done

BenMorel commented 2 years ago

All good! One of your commits needs to be renamed, then we can merge.

solodkiy commented 2 years ago

@BenMorel Fixed

BenMorel commented 2 years ago

Thank you, @solodkiy!