Mantis - Quercus
Viewing Issue Advanced Details
5797 minor always 09-12-14 11:24 07-17-23 19:23
nam  
 
normal  
new  
open  
none    
none  
0005797: timezone_transitions_get() not implemented
(rep by Y. Zhao)

For wordpress.
 timezone_transitions_get-patch.diff [^] (5,111 bytes) 02-14-15 23:16
 timezone_transitions_get-patch2.diff [^] (4,772 bytes) 02-15-15 01:13

Notes
(0006588)
kazssym   
02-14-15 23:21   
I tried to implement the timezone_transitions_get function for WordPress to work with named timezones (patch uploaded). My implementation just searches for the next transition in one year and return the only one found, which is the only transition needed by WordPress.
(0006589)
kazssym   
02-15-15 01:15   
The first patch has a problem to detect a transition correctly. The patch2 replaces the first one.