rfc:intl.timezone.get-windows-id

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
rfc:intl.timezone.get-windows-id [2016/03/16 01:45] – created pollitarfc:intl.timezone.get-windows-id [2016/04/18 23:12] – Update for final commit pollita
Line 3: Line 3:
   * Date: 2016-03-15   * Date: 2016-03-15
   * Author: Sara Golemon, pollita@php.net   * Author: Sara Golemon, pollita@php.net
-  * Status: Under Discussion+  * Status: Implemented
   * First Published at: https://wiki.php.net/rfc/intl.timezone.get-windows-id   * First Published at: https://wiki.php.net/rfc/intl.timezone.get-windows-id
  
Line 17: Line 17:
     *      * 
      * @param string $systemID - System Timezone Identifier, such as "America/Los_Angeles"      * @param string $systemID - System Timezone Identifier, such as "America/Los_Angeles"
-     * @returns string - Windows Timezone Identifier, i.e. "Pacific Standard Time"+     * @returns string - Windows Timezone Identifier, i.e. "Pacific Standard Time", or FALSE on failure
     */     */
     public static function getWindowsID(string $systemID): string;     public static function getWindowsID(string $systemID): string;
Line 26: Line 26:
      * @param string $windowsID - Windows Timezone identifier, such as "Pacific TimeZone"      * @param string $windowsID - Windows Timezone identifier, such as "Pacific TimeZone"
      * @param string $region - Preferred region for result, or NULL for no preference      * @param string $region - Preferred region for result, or NULL for no preference
-     * @returns string - System Timezone identifier, i.e. "America/Los_Angeles"+     * @returns string - System Timezone identifier, i.e. "America/Los_Angeles", or FALSE on failure
     */     */
     public static function getIDForWindowsID(string $windowsID, ?string $region = NULL): string;     public static function getIDForWindowsID(string $windowsID, ?string $region = NULL): string;
Line 37: Line 37:
 PHP 7.1 PHP 7.1
  
-===== Proposed Voting Choices =====+===== Vote =====
 Simple 50% +1 majority: "Should this APIs be added to IntlTimeZone?" Simple 50% +1 majority: "Should this APIs be added to IntlTimeZone?"
 +
 +<doodle title="Approve get-windows-id RFC and merge oatch into master?" auth="pollita" voteType="single" closed="true">
 +   * Yes
 +   * No
 +</doodle>
  
 ===== Patches and Tests ===== ===== Patches and Tests =====
 https://github.com/php/php-src/compare/master...sgolemon:intl.timezone.52-updates https://github.com/php/php-src/compare/master...sgolemon:intl.timezone.52-updates
 +
 +===== Commits =====
 +https://github.com/php/php-src/commit/a9568d54858912cd741df183f8eee2493361de7f
  
rfc/intl.timezone.get-windows-id.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1