<?php

declare(strict_types=1);

namespace AC\Expression;

interface DateSpecification
{

    public const FORMAT = 'format';
    public const TIMEZONE = 'timezone';

}