NAME

Katsubushi::Converter - id converter issued by katsubushi

SYNOPSIS

use Katsubushi::Converter

my $epoch = Katsubushi::Converter::id_to_epoch($id);
print "id=${id} issued at ${epoch} in unix epoch time"

DESCRIPTION

This module provides methods to convert id issued by katsubushi.

katsubushi is id generator written in Go. https://github.com/kayac/go-katsubushi

METHODS

LICENSE

Copyright (C) handlename.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

NAGATA Hiroaki <handlename>