{
    "mode": "perldoc",
    "parameter": "Date::Language::Bulgarian",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Date%3A%3ALanguage%3A%3ABulgarian/json",
    "generated": "2026-06-13T01:31:37Z",
    "synopsis": "use strict;\nuse warnings;\nuse Date::Language;\nlocal $\\=$/;\nmy $template ='%a %b %e %T %Y (%Y-%m-%d %H:%M:%S)';\nmy $time=1290883821; #or just use time();\nmy @lt = localtime($time);\nmy %languages = qw(English GMT German EEST Bulgarian EET);\nbinmode(select,':utf8');\nforeach my $l(keys %languages){\nmy $lang = Date::Language->new($l);\nmy $zone = $languages{$l};\nprint $/. \"$l $zone\";\nprint $lang->time2str($template, $time);\nprint $lang->time2str($template, $time, $zone);\nprint $lang->strftime($template, \\@lt);\n}",
    "sections": {
        "NAME": {
            "content": "Date::Language::Bulgarian - localization for Date::Format\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This is Bulgarian localization for Date::Format. It is important to note that this module source\ncode is in utf8. All strings which it outputs are in utf8, so it is safe to use it currently\nonly with English. You are left alone to try and convert the output when using different\nDate::Language::* in the same application. This should be addresed in the future.\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use strict;\nuse warnings;\nuse Date::Language;\nlocal $\\=$/;\nmy $template ='%a %b %e %T %Y (%Y-%m-%d %H:%M:%S)';\nmy $time=1290883821; #or just use time();\nmy @lt = localtime($time);\nmy %languages = qw(English GMT German EEST Bulgarian EET);\nbinmode(select,':utf8');\n\nforeach my $l(keys %languages){\nmy $lang = Date::Language->new($l);\nmy $zone = $languages{$l};\nprint $/. \"$l $zone\";\nprint $lang->time2str($template, $time);\nprint $lang->time2str($template, $time, $zone);\n\nprint $lang->strftime($template, \\@lt);\n}\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Krasimir Berov (berov@cpan.org)\n",
            "subsections": []
        },
        "COPYRIGHT": {
            "content": "Copyright (c) 2010 Krasimir Berov. This program is free software; you can redistribute it and/or\nmodify it under the same terms as Perl itself.\n",
            "subsections": []
        }
    },
    "summary": "Date::Language::Bulgarian - localization for Date::Format",
    "flags": [],
    "examples": [],
    "see_also": []
}