summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it.class b/it.class
index 3753e5c..e43b794 100644
--- a/it.class
+++ b/it.class
@@ -1051,7 +1051,7 @@ static function time()
/**
* Output formatted and localized date
* @param format optional format to be passed to date(), default "Y-m-d H:i:s"
- * Other formats are "date", "datetime", "time".
+ * Other formats are "date", "datetime" and "time" in local language
* Formats can be qualified with language, e.g. "date:en"
* Special formats without language support are "icsdate", "icsdatetime".
* @param stamp optional unix timestamp (default is now).