Skip to content

Commit

Permalink
Add notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Mar 18, 2016
1 parent 29abc91 commit 942dab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/Mapi/lib/Horde/Mapi/Timezone.php
Expand Up @@ -55,7 +55,7 @@ class Horde_Mapi_Timezone
* WORD wYear;
* WORD wMonth;
* WORD wDayOfWeek;
* WORD wDay;
* WORD wDay; (Used as week number)
* WORD wHour;
* WORD wMinute;
* WORD wSecond;
Expand Down Expand Up @@ -308,7 +308,7 @@ public function getListOfTimezones($offsets, $expectedTimezone = null)
/**
* Set default value for $_startDate.
*
* Tries to guess the correct startDate depending on object property falls
* Tries to guess the correct startDate depending on object property. Falls
* back to current date.
*
* @param array $offsets Offsets may be avaluated for a given start year
Expand Down

0 comments on commit 942dab5

Please sign in to comment.