| 1 | <?php  | 
            ||
| 14 | class FormatUtcDateViewHelper extends DateViewHelper  | 
            ||
| 15 | { | 
            ||
| 16 | /**  | 
            ||
| 17 | * Format dateTime to the UTC timezone.  | 
            ||
| 18 | *  | 
            ||
| 19 | * @param array $arguments  | 
            ||
| 20 | * @param \Closure $renderChildrenClosure  | 
            ||
| 21 | * @param RenderingContextInterface $renderingContext  | 
            ||
| 22 | *  | 
            ||
| 23 | * @return string  | 
            ||
| 24 | *  | 
            ||
| 25 | * @throws Exception  | 
            ||
| 26 | */  | 
            ||
| 27 | public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)  | 
            ||
| 49 | }  | 
            ||
| 50 |