How can we create timestamp

Support
  • Hello,
    I need to create like this.
    How can i do this?
    @Fox @GhostZ

    func Snowflake() int64 {
    snowflake := strconv.FormatInt((time.Now().UTC().UnixNano()/1000000)-1420070400000, 2) + "0000000000000000000000"
    nonce, _ := strconv.ParseInt(snowflake, 2, 64)
    return nonce
    }

    Nonce = 960980141784170496

  • 0 Votes
    4 Posts
    918 Views
  • CREATE RANDOM

    Moved Support
    0 Votes
    1 Posts
    518 Views
  • 0 Votes
    2 Posts
    723 Views
  • How can i calculate number in bas

    Support
    0 Votes
    7 Posts
    1518 Views
  • 0 Votes
    2 Posts
    843 Views