RoussKS / financial-year

A PHP library to handle different financial year date requirements
MIT License
8 stars 0 forks source link

Allow for setting timezone if a string date is provided #6

Closed RoussKS closed 11 months ago

RoussKS commented 4 years ago

Currently, if a string in the format of Y-m-d is provided, the system's timezone is used.

Allow for a timezone setter on construct to be used.