fix iso8601 date formatting for yiptv dunning API, RT#35167
[freeside.git] / FS / FS / Misc / DateTime.pm
index 56baec3..08cf9a9 100644 (file)
@@ -81,7 +81,7 @@ date and time.
 =cut
 
 sub iso8601 {
-  time2str('%Y-%m-%dT%T', @_);
+  time2str('%Y-%m-%dT%T', shift);
 }
 
 =back