Skip to content

Fix two bugs in _Timestamp.to_datetime and _Timestamp.from_datetime #795

Fix two bugs in _Timestamp.to_datetime and _Timestamp.from_datetime

Fix two bugs in _Timestamp.to_datetime and _Timestamp.from_datetime #795

Workflow file for this run

name: Code Quality
on:
push:
branches:
- master
pull_request:
branches:
- '**'
jobs:
check-formatting:
name: Check code/doc formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]