mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-2071 fix GMT @deprecate tag, and add @since tag to getGMT()
X-SVN-Rev: 9630
This commit is contained in:
parent
9b3a004040
commit
d9112c29ec
1 changed files with 3 additions and 2 deletions
|
@ -115,8 +115,8 @@ public:
|
|||
/**
|
||||
* The GMT zone has a raw offset of zero and does not use daylight
|
||||
* savings time.
|
||||
* @deprecated This variable can be improperly intialized when used during
|
||||
* the static initialization process. Use getGMT() instead.
|
||||
* @deprecated To be removed after 2002-aug-16. Use getGMT() instead. This variable can be improperly intialized when used during
|
||||
* the static initialization process.
|
||||
*/
|
||||
static const TimeZone* GMT;
|
||||
#endif
|
||||
|
@ -125,6 +125,7 @@ public:
|
|||
* The GMT time zone has a raw offset of zero and does not use daylight
|
||||
* savings time. This is a commonly used time zone.
|
||||
* @return the GMT time zone.
|
||||
* @since ICU 2.0
|
||||
*/
|
||||
static const TimeZone* getGMT(void);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue