Function chewdata::updater::tera_helpers::function::faker::timezone

source ·
pub fn timezone(_args: &HashMap<String, Value>) -> Result<Value>
Expand description

Generate timezone

§Examples

use std::collections::HashMap;
use chewdata::updater::tera_helpers::function::faker::timezone;

let args = HashMap::new();
let timezone = timezone(&args);
assert!(timezone.is_ok());