xref: /plugin/timezoneco/conf/metadata.php (revision 9e855f407e4eb118bf4894f3cc3eb916dd0954a4)
1<?php
2/**
3 * Options for the timezone plugin
4 *
5 * @author Ruben Carlo Benante <rcb@beco.cc>
6 */
7
8
9$meta['timezone'] = array('multichoice', '_choices' => array_merge(array(''), timezone_identifiers_list()));
10
11