datatracker.ietf.org
Sign In
Version 4.51.p2, 2013-06-11
Report a bug

IANA Timezone Database YANG Module
draft-ietf-netmod-iana-timezones-00

Active Internet-Draft (netmod WG)
Document Stream: IETF
Last updated: 2012-07-09
Replaces: draft-lange-netmod-iana-timezones
Intended RFC status: (None)
Other versions: plain text, pdf, html

IETF State: WG Document (netmod)
Document shepherd:(None)
Shepherd writeup
Consensus:Unknown

IESG State: I-D Exists
Responsible AD: (None)
Send notices to: No addresses provided

Network Working Group                                           J. Lange
Internet-Draft                                         GE Digital Energy
Intended status: Standards Track                           July 09, 2012
Expires: January 10, 2013

                   IANA Timezone Database YANG Module
                  draft-ietf-netmod-iana-timezones-00

Abstract

   This document defines the initial version of the iana-timezones YANG
   module.

Status of this Memo

   This Internet-Draft is submitted in full conformance with the
   provisions of BCP 78 and BCP 79.

   Internet-Drafts are working documents of the Internet Engineering
   Task Force (IETF).  Note that other groups may also distribute
   working documents as Internet-Drafts.  The list of current Internet-
   Drafts is at http://datatracker.ietf.org/drafts/current/.

   Internet-Drafts are draft documents valid for a maximum of six months
   and may be updated, replaced, or obsoleted by other documents at any
   time.  It is inappropriate to use Internet-Drafts as reference
   material or to cite them other than as "work in progress."

   This Internet-Draft will expire on January 10, 2013.

Copyright Notice

   Copyright (c) 2012 IETF Trust and the persons identified as the
   document authors.  All rights reserved.

   This document is subject to BCP 78 and the IETF Trust's Legal
   Provisions Relating to IETF Documents
   (http://trustee.ietf.org/license-info) in effect on the date of
   publication of this document.  Please review these documents
   carefully, as they describe your rights and restrictions with respect
   to this document.  Code Components extracted from this document must
   include Simplified BSD License text as described in Section 4.e of
   the Trust Legal Provisions and are provided without warranty as
   described in the Simplified BSD License.

Lange                   Expires January 10, 2013                [Page 1]
Internet-Draft     IANA Timezone Database YANG Module          July 2012

Table of Contents

   1.  Introduction . . . . . . . . . . . . . . . . . . . . . . . . .  3
   2.  IANA Maintained Timezones YANG Module  . . . . . . . . . . . .  3
   3.  IANA Considerations  . . . . . . . . . . . . . . . . . . . . . 38
   4.  Security Considerations  . . . . . . . . . . . . . . . . . . . 39
   5.  Normative References . . . . . . . . . . . . . . . . . . . . . 39
   Author's Address . . . . . . . . . . . . . . . . . . . . . . . . . 40

Lange                   Expires January 10, 2013                [Page 2]
Internet-Draft     IANA Timezone Database YANG Module          July 2012

1.  Introduction

   This document defines the initial version of the iana-timezones YANG
   module for timezone configuration.

   The iana-timezones module reflects IANA's existing "timezone
   database".  The latest revision of the module can be obtained from
   the IANA web site.

   Whenever a new timezone name is added to the IANA "timezone
   database", the iana-timezones module is updated by IANA.

2.  IANA Maintained Timezones YANG Module

   <CODE BEGINS> file "iana-timezones@2012-07-09.yang"
 module iana-timezones {
   namespace "urn:ietf:params:xml:ns:yang:iana-timezones";
   prefix ianatz;

   organization "IANA";
   contact
     "        Internet Assigned Numbers Authority

      Postal: ICANN
              4676 Admiralty Way, Suite 330
              Marina del Rey, CA 90292

      Tel:    +1 310 823 9358
      E-Mail: iana&iana.org";
   description
     "This YANG module defines the iana-timezone typedef, which
      contains YANG definitions for IANA-registered timezones.

      This YANG module is maintained by IANA, and reflects the
      IANA Time Zone Database.
      (http://www.iana.org/time-zones)

      The latest revision of this YANG module can be obtained from
      the IANA web site.

      Copyright (c) 2011 IETF Trust and the persons identified as
      authors of the code.  All rights reserved.

      Redistribution and use in source and binary forms, with or
      without modification, is permitted pursuant to, and subject
      to the license terms contained in, the Simplified BSD License
      set forth in Section 4.c of the IETF Trust's Legal Provisions

Lange                   Expires January 10, 2013                [Page 3]
Internet-Draft     IANA Timezone Database YANG Module          July 2012

      Relating to IETF Documents
      (http://trustee.ietf.org/license-info).

      This version of this YANG module is part of RFC XXXX; see
      the RFC itself for full legal notices.";

   revision 2012-07-09 {