We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2f2cfc commit f088152Copy full SHA for f088152
tests/include/functionsSmartyTest.php
@@ -116,7 +116,8 @@ public function test_smarty_renders_formatTime()
116
global $serendipity;
117
118
serendipity_smarty_init();
119
-
+
120
+ setlocale(LC_ALL, 'en_US');
121
$template_string = '{946684800|@formatTime:\'%b %e. %Y\'}';
122
$result = $serendipity['smarty']->fetch('eval:' . $template_string);
123
$this->assertEquals('Jan 1. 2000', $result);
0 commit comments