aboutsummaryrefslogtreecommitdiff
path: root/src/SemanticScuttle
diff options
context:
space:
mode:
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2010-09-23 07:34:25 +0000
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2010-09-23 07:34:25 +0000
commit6fb920199695b4b595ec15aad73039eac0feca60 (patch)
tree27cdbd632b25a9ff37b651c5bcb7609b2e0befda /src/SemanticScuttle
parentb17e8f940c8008b034e4db477f748a1f7e4eddb6 (diff)
downloadsemanticscuttle-6fb920199695b4b595ec15aad73039eac0feca60.tar.gz
semanticscuttle-6fb920199695b4b595ec15aad73039eac0feca60.tar.bz2
update description
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@746 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'src/SemanticScuttle')
-rw-r--r--src/SemanticScuttle/Model/User.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/SemanticScuttle/Model/User.php b/src/SemanticScuttle/Model/User.php
index ed9f454..500f5b1 100644
--- a/src/SemanticScuttle/Model/User.php
+++ b/src/SemanticScuttle/Model/User.php
@@ -15,7 +15,7 @@
/**
* SemanticScuttle user object.
- * Rare fields are filled if required.
+ * Rarely used fields are filled if required.
*
* @category Bookmarking
* @package SemanticScuttle
@@ -133,7 +133,8 @@ class SemanticScuttle_Model_User
}
/**
- * Returns user creation time
+ * Returns user creation time.
+ * UTC/Zulu time zone is used.
*
* @return string Datetime value: "YYYY-MM-DD HH:MM:SS"
*/