| @@ -66,8 +66,12 @@ | ||
| 66 | 66 | 'date_format' => array( |
| 67 | 67 | 'default' => 'j F Y', |
| 68 | 68 | 'description' => __( 'The format of the feed item date.', 'super-rss-reader' ) |
| 69 | 69 | ), |
| 70 | + 'date_timezone' => array( | |
| 71 | + 'default' => 'UTC', | |
| 72 | + 'description' => __( 'The timezone of the feed item date.', 'super-rss-reader' ) | |
| 73 | + ), | |
| 70 | 74 | 'order_by' => array( |
| 71 | 75 | 'default' => 'default', |
| 72 | 76 | 'description' => __( 'The order of the feed', 'super-rss-reader' ), |
| 73 | 77 | 'options' => array( |