Should Eav datetime be stored as UTC instead? #2345
-
I don't know if it is a bug or a feature, and what would be the consequences. i have a Product with Datetime eav attributes (stored in the extra datetime table) now i want inside a block, show the date and the time of the attribute separate, i use the formatDate and formatTime functions what would be the best way to stop the block from changing it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
See PR #1525, it added a |
Beta Was this translation helpful? Give feedback.
See PR #1525, it added a
$useTimezone
param in the functionformatDate()
.