0
I would like to know what kind of values the attribute timezone_type
can receive. From what I understand he can receive the numbers 1, 2 and 3. But what is the difference between each of these values that the attribute timezone_type
can receive.
object(DateTime)[3]
public 'date' => string '2020-09-30 14:32:03.661324' (length=26)
public 'timezone_type' => int 3
public 'timezone' => string 'America/Sao_Paulo' (length=17)
related: https://stackoverflow.com/questions/17694894/different-timezone-types-on-datetime-object
– novic