mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-25 23:55:56 +03:00
Labels
No labels
Bug
Documentation
Feature
Needs Work
Support
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/monolog#1381
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Seldaek/monolog/pull/853
Author: @Seldaek
Created: 9/18/2016
Status: ❌ Closed
Base:
master← Head:datetimetzfix📝 Commits (1)
400c580Attempt at fixing microsecond timezone support, fixes #832📊 Changes
2 files changed (+58 additions, -0 deletions)
View changed files
📝
src/Monolog/DateTimeImmutable.php(+8 -0)📝
tests/Monolog/LoggerTest.php(+50 -0)📄 Description
Refs #832
This fixes the TimeZone support when the default timezone is UTC, but fails when it isn't, as
date()returns the time using the current timezone, and as far as I understand the offset is not calculated correctly then.. Not sure what to do at this point.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.