Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

cut-off timestamp after second part (10th digit) #298

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 16, 2018

  1. cut-off timestamp after second part (10th digit)

    as time.Now().Unix() returns timestamp with 10 digits,
    which records to second unit, we need to cut smaller than
    second unit (milisecond, nanosecond) to compare timestamps
    with integer comparison.
    KOREAN139 authored Oct 16, 2018
    Configuration menu
    Copy the full SHA
    e24ef8a View commit details
    Browse the repository at this point in the history