Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91725 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68819 invoked from network); 17 Mar 2016 01:03:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Mar 2016 01:03:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:34036] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D0/F0-62552-6420AE65 for ; Wed, 16 Mar 2016 20:03:02 -0500 Received: by mail-lb0-f170.google.com with SMTP id k12so58682154lbb.1 for ; Wed, 16 Mar 2016 18:03:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=XheFY1O6tXc8+2abFO2g8DVpHRM7ZkfjrODjDRntmjU=; b=a9k6wjLq1jLsB5Roxp5WYvBAcu6+zWlQFWr1nGjJGPikzdoYdlb2C/EN0b/cXgnYbb zH0pDNhqifQMlxPYfv8Pe1hcYRBuJ2uZW4KTgk8tHjE9BO/IbvByZrjJvT6nNaUdZtJZ YkXgBUx784kSUj3uyN+Ef718B3BI/BaMkH+Ap/fvr55Gur/FIsCQD/lfdUH44uB1nk2m tsNtOFdWFVOdXV6+jlAhXEUmJGnJHyRcJ1tM7+Mnr2nUUu/CEoq4pxfuM4CG/NxsmyYT ctBuQpu3baipZ2YJb9PEDKt0i5Q+aZAv7ZNA/hehzGZSHm1nw4rCmps+BnyARTDubu5b n3ZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=XheFY1O6tXc8+2abFO2g8DVpHRM7ZkfjrODjDRntmjU=; b=NKKrKi99eNIw1O+sCuaHdvIMPLeHSLp8Ol0TfzD9iMYrAQG+BJt3uuL1zMXBT73nC8 aMFAj1/DvnAWVCg7xY5wv8cfHw3RQQAy7FuXFpcO03H6TNEw8Zd1pYOQu/cjYmn7bmzD fAqk7cMuwbsx/xocIQABvYIy42gp4iYFhDVxI1LS4VBzE9+aRozIbjuL4/s/YBBDSwUl T4mmGEfmu5P7UJTolLhj5+3Nuq01qE9GCx7pL6YT5K0/ir3yanmTUPNfCWLNVfngcD2W DEV/fiYr9tVOA5CDVZqweLP/Tg5L6azoDcICpmzFFymfxGWgPtSyEwSXpOwhFayyQJKu J+KQ== X-Gm-Message-State: AD7BkJICM/FolxrY1K8kNC81RfBTUx0DiRDM5zELm+f3UX2w7GL3evX2tIa8wNLdrM3i9ShHy/3T31T/RkRQeQ== MIME-Version: 1.0 X-Received: by 10.112.135.39 with SMTP id pp7mr2036999lbb.43.1458176578870; Wed, 16 Mar 2016 18:02:58 -0700 (PDT) Sender: php@golemon.com Received: by 10.112.18.75 with HTTP; Wed, 16 Mar 2016 18:02:58 -0700 (PDT) X-Originating-IP: [107.198.91.68] In-Reply-To: <56E9DC13.7090903@garfieldtech.com> References: <56E9D707.2040502@gmail.com> <56E9DC13.7090903@garfieldtech.com> Date: Wed, 16 Mar 2016 18:02:58 -0700 X-Google-Sender-Auth: 6FWK2tBInAl-zsxs-rACg42ZY3A Message-ID: To: Larry Garfield Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Add IntlTimeZone::getWindowsID() and IntlTimeZone::getIDForWindowsID() to ext/intl From: pollita@php.net (Sara Golemon) On Wed, Mar 16, 2016 at 3:20 PM, Larry Garfield wrote: > If it works on Linux just fine, why is it called Windows? Is that really > what the ICU spec says to call them, rather than something meaningful? > (That would be sad making if so.) > Because there's no "spec" as such for the names that Windows uses for Timezones, they're just "The names that windows uses", so in an effort to give them a categorical name, they're called.... windows IDs. And yes, that's what ICU calls them, e.g. icu::TimeZone::getWindowsID() <--- That's an ICU API. -Sara