Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
Y
yii2
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • PSDI Army
  • yii2
  • Repository

Switch branch/tag
  • yii2
  • framework
  • i18n
  • Formatter.php
Find file
BlameHistoryPermalink
  • Carsten Brandt's avatar
    date formatter fall back to PHP impl. to solve Y2K38 issue · 9415c792
    Carsten Brandt authored Jan 10, 2015
    formatting date and time values for years >=2038 or <=1901 is now possible also with intl extension is
    installed. 32bit systems will fall back to the PHP implementation because intl uses a 32bit UNIX timestamp internally.
    On a 64bit system the intl formatter is used in all cases if installed.
    
    fixes #5577
    9415c792
Formatter.php 53 KB
EditWeb IDE
×

Replace Formatter.php

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.