[Pkg-owncloud-commits] [php-sabre-vobject] 47/65: add a bit of documentation

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:57:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabre-vobject.

commit ed7af0b720422a25e2afb61d146b4fc2f8e759fc
Author: Armin Hackmann <armin at fruux.com>
Date:   Mon Feb 9 23:38:20 2015 +0100

    add a bit of documentation
---
 lib/DateTimeParser.php | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/DateTimeParser.php b/lib/DateTimeParser.php
index e690e54..8973600 100644
--- a/lib/DateTimeParser.php
+++ b/lib/DateTimeParser.php
@@ -260,7 +260,7 @@ class DateTimeParser {
                 (?P<minute> [0-9]{2} | -)?
                 (?P<second> [0-9]{2})?
 
-                (?: \.[0-9]{3})?
+                (?: \.[0-9]{3})? # milliseconds
                 (?P<timezone> # timezone offset
 
                     Z | (?: \+|-)(?: [0-9]{4})
@@ -285,7 +285,7 @@ class DateTimeParser {
                     (?: (?P<minute> [0-9]{2}) : | -)?
                     (?P<second> [0-9]{2})?
 
-                    (?: \.[0-9]{3})?
+                    (?: \.[0-9]{3})? # milliseconds
                     (?P<timezone> # timezone offset
 
                         Z | (?: \+|-)(?: [0-9]{2}:[0-9]{2})
@@ -375,7 +375,7 @@ class DateTimeParser {
             (?P<minute> [0-9]{2} | -)?
             (?P<second> [0-9]{2})?
 
-            (?: \.[0-9]{3})?
+            (?: \.[0-9]{3})? # milliseconds
             (?P<timezone> # timezone offset
 
                 Z | (?: \+|-)(?: [0-9]{4})
@@ -392,7 +392,7 @@ class DateTimeParser {
                 (?: (?P<minute> [0-9]{2}) : | -)?
                 (?P<second> [0-9]{2})?
 
-                (?: \.[0-9]{3})?
+                (?: \.[0-9]{3})? # milliseconds
                 (?P<timezone> # timezone offset
 
                     Z | (?: \+|-)(?: [0-9]{2}:[0-9]{2})

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git



More information about the Pkg-owncloud-commits mailing list