Skip to content

Commit 1603a82

Browse files
committed
Force to use seconds for iCal date format.
1 parent 631c1e2 commit 1603a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views_ical.module

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function views_ical_date_formats() {
1818
return array(
1919
array(
2020
'type' => 'ical',
21-
'format' => 'Ymd\THis\Z',
21+
'format' => 'Ymd\THi\0\0\Z',
2222
'locales' => array(),
2323
),
2424
);

0 commit comments

Comments
 (0)